From a1bb411c57e994063988369870e35846c1094617 Mon Sep 17 00:00:00 2001 From: =?utf8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Fri, 12 Feb 2016 06:44:18 +0100 Subject: [PATCH] renamed juce-utils to introjucer --- debian/README.Debian | 4 ++-- debian/control | 4 ++-- debian/copyright_hints | 6 +++--- debian/{juce-utils.install => introjucer.install} | 0 debian/{juce-utils.mime => introjucer.mime} | 0 ...{juce-utils.sharedmimeinfo => introjucer.sharedmimeinfo} | 0 debian/rules | 4 ++-- 7 files changed, 9 insertions(+), 9 deletions(-) rename debian/{juce-utils.install => introjucer.install} (100%) rename debian/{juce-utils.mime => introjucer.mime} (100%) rename debian/{juce-utils.sharedmimeinfo => introjucer.sharedmimeinfo} (100%) diff --git a/debian/README.Debian b/debian/README.Debian index af7e446d..8b7f0b9a 100644 --- a/debian/README.Debian +++ b/debian/README.Debian @@ -28,7 +28,7 @@ If you are developing your own JUCE application, you are of course free to follow upstream's advice. Installing the following packages will give you the 'Introjucer' as Debian packages while keeping your embedded-module-code workflow: - - juce-utils (contains the Introjucer) + - introjucer (contains the Introjucer) - juce-modules-source (contains the source-code for the JUCE modules) The 'Introjucer' as shipped with Debian has the following modification regarding @@ -76,6 +76,6 @@ I usually prefix these flags with JUCE_ (e.g. "CPPFLAGS" becomes You could recreate the Makefiles by running the project's .jucer file through Debian's "Introjucer" (the so-generated Makefiles allow both overriding of -*FLAGS and building verbosely), but adding 'juce-utils' to the Build-Depends is +*FLAGS and building verbosely), but adding 'introjucer' to the Build-Depends is probably an overkill. diff --git a/debian/control b/debian/control index 0c9a6619..ae49f6c0 100644 --- a/debian/control +++ b/debian/control @@ -77,7 +77,7 @@ Description: Jules' Utility Class Extensions (documentation) . This package contains html documentation for the JUCE API. -Package: juce-utils +Package: introjucer Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} @@ -106,4 +106,4 @@ Description: Jules' Utility Class Extensions (module sources) GUIs, and for handling graphics and sound. . This package provides the sources for the JUCE modules, as used by 'Introjucer' - projects. (Introjucer is provided in the 'juce-utils' package). + projects. (Introjucer is provided in the 'introjucer' package). diff --git a/debian/copyright_hints b/debian/copyright_hints index d74da693..85d332da 100644 --- a/debian/copyright_hints +++ b/debian/copyright_hints @@ -1022,9 +1022,9 @@ Files: ChangeList.txt debian/gbp.conf debian/git-tuneclone.sh debian/juce-modules-source.install - debian/juce-utils.install - debian/juce-utils.mime - debian/juce-utils.sharedmimeinfo + debian/introjucer.install + debian/introjucer.mime + debian/introjucer.sharedmimeinfo debian/libbuilder/AppConfig.h debian/libbuilder/Makefile debian/libbuilder/juce.pc.in diff --git a/debian/juce-utils.install b/debian/introjucer.install similarity index 100% rename from debian/juce-utils.install rename to debian/introjucer.install diff --git a/debian/juce-utils.mime b/debian/introjucer.mime similarity index 100% rename from debian/juce-utils.mime rename to debian/introjucer.mime diff --git a/debian/juce-utils.sharedmimeinfo b/debian/introjucer.sharedmimeinfo similarity index 100% rename from debian/juce-utils.sharedmimeinfo rename to debian/introjucer.sharedmimeinfo diff --git a/debian/rules b/debian/rules index 8de2504b..2bf743c0 100755 --- a/debian/rules +++ b/debian/rules @@ -21,7 +21,7 @@ DEB_COPYRIGHT_CHECK_IGNORE_REGEX = \ DEB_MAKE_INSTALL_TARGET = install DESTDIR=$(cdbs_make_curdestdir) prefix=/usr libdir=/usr/lib/${DEB_HOST_MULTIARCH}/ -DEB_INSTALL_MANPAGES_juce-utils=$(BUILDDIR)/Introjucer.1 +DEB_INSTALL_MANPAGES_introjucer=$(BUILDDIR)/Introjucer.1 DEB_INSTALL_CHANGELOGS_ALL=ChangeList.txt pre-build:: patch @@ -30,7 +30,7 @@ pre-build:: patch cp $(CURDIR)/examples/Demo/Builds/iOS/JuceDemo/Images.xcassets/AppIcon.appiconset/Icon-Spotlight-40.png \ $(BUILDDIR)/juce.png -common-binary-arch:: $(DEB_INSTALL_MANPAGES_juce-utils) +common-binary-arch:: $(DEB_INSTALL_MANPAGES_introjucer) $(BUILDDIR)/Introjucer.1: help2man -N --version-string="Introjucer $(DEB_UPSTREAM_VERSION)" -n "the JUCE project-management tool" debian/scripts/Introjucer-help2man > $@ -- 2.30.2